home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
Gnuplot
/
Source
/
MultipleSelectionMatrix.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-18
|
246 b
|
15 lines
/* $Id: MultipleSelectionMatrix.h,v 1.1.1.1 1993/03/18 03:34:28 davis Exp $ */
#import <appkit/Matrix.h>
@interface MultipleSelectionMatrix:Matrix
{
int selectedCount;
}
- (BOOL)multipleCellsSelected;
- (BOOL)incrementCount:sender;
@end